projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d9aa7a
)
ci: add job for futures feature
author
Felix Krull
<f_krull@gmx.de>
Fri, 28 Jun 2019 18:41:04 +0000
(20:41 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000
(12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/.gitlab-ci.yml
b/rust-bindings/rust/.gitlab-ci.yml
index 398ed1537d505835fdece655822daf25c92c3ca0..4c6f54a465a0f415df1916f8bbbf6fd6e3917542 100644
(file)
--- a/
rust-bindings/rust/.gitlab-ci.yml
+++ b/
rust-bindings/rust/.gitlab-ci.yml
@@
-44,7
+44,7
@@
check:
ostree:
<<: *build-step
variables:
- #
TODO: need to switch back to --all-features
+ #
2019.2 still hasn't been backported
FEATURES: --features v2018_9
ostree_default-features:
@@
-52,6
+52,12
@@
ostree_default-features:
variables:
FEATURES: ""
+ostree_futures:
+ <<: *build-step
+ image: rustlang/rust:nightly
+ variables:
+ FEATURES: --features v2018_9,futures
+
# docs
docs:
stage: build